The GRIB_GET_SIZE function returns the number of coded values from a key. If several keys of the same name are present, the total sum is returned.
Result = GRIB_GET( Ghandle, Key)
Returns the number of coded values from a key. If several keys of the same name are present, the total sum is returned.
A GRIB handle.
A case-sensitive string containing the desired key name.
See GRIB_GET_VALUESfor a general example using the GRIB routines.
8.1 |
Introduced |